IIS creates a default Web site and FTP site when you install Windows 2000 Server. This topic describes how to publish information on those default sites.
To publish content on your Web site
- Create a home page for your Web site. See Choosing an Authoring Tool for more information on available tools used in Web site creation.
- Name your home page file Default.htm or Default.asp.
- Copy your home page into the default Web publishing directory for IIS. The default Web publishing directory is also called the home directory, and the location provided by Setup is \Inetpub\Wwwroot.
- If your network has a name resolution system (typically DNS), then visitors can simply type your computer name in the address bar of their browsers to reach your site. If your network does not have a name resolution system, then visitors must type the numerical IP address of your computer. For more information, see About Name Resolution.
To publish content on your FTP site
- Copy or move your files into the default FTP publishing directory. The default directory provided by Setup is \Inetpub\Ftproot.
- If your network has a name resolution system (typically DNS), then visitors can type ftp:// followed by your computer name in the address bar of their browsers to reach your site. If not, then visitors must type ftp:// and the numerical IP address of your computer. To customize the appearance of your FTP site, see Setting FTP Messages and Directory Output Style.
To add additional Web or FTP sites to your computer
- Review the conceptual information that describes hosting multiple sites on one computer in the section Hosting Multiple Sites by Assigning Ports, Addresses, and Host Header Names in the About Name Resolution topic.
- See Adding Sites for procedural information on how to add sites.
© 1997-1999 Microsoft Corporation. All rights reserved.